rray_search($pageAction,$evLinkActions,false)]."\"";}
?>="
Your unique domain name is the way people will be able to find and link to your website. Your weblogs and photo albums will be hosted from this domain. Select a domain name that will best represent your entire site, not just your weblog. Nicknames usually work great as domain names.
IMPORTANT: Please choose your domain after some consideration, because you will not be able to change it after signing up. ";
$I_AGREE="J'accepte les conditions d'utilisation";
$M_TOS="Conditions d'utilisation";
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We thank you for your choice to create your blog on
on our site!
Please login to your personal administration space
in order to add categories, notes, photo albums and
to customize your blog.
You may choose between different blog layouts, manage
their color and font settings, use templates for your
blog and many others.
NEW! Dozens of backgrounds for your blog
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
nt-size:'.$arrWeblog["font_size"].'}
a{color:'.$arrWeblog["links_color"].'}
';
}
$STR_OUTPUT .= '
';
if($arrWeblog["format"]<10)
{
if(trim($arrNoteSettings["background"]) != "")
{
$STR_OUTPUT .= "";
}
else
{
$STR_OUTPUT .= '';
}
}
else
{
$STR_OUTPUT .= '';
}
if($arrPackage["adv"] == 1)
{
$STR_OUTPUT .= '
'.aParameter(1501).'
| '.aParameter(1504).' |
'.$STR_TEMPLATE.'
|
'.aParameter(1502).' |
'.aParameter(1503).'
';
}
else
{
$STR_OUTPUT .= '
';
}
$OUTPUT_SIZE += strlen($STR_OUTPUT);
if(sizeof($OUTPUT_IMAGES) > 1)
{
$strImgList="";
$bFirstImg = true;
foreach($OUTPUT_IMAGES as $O_IMAGE)
{
if(!$bFirstImg)
{
$strImgList .= ",";
}
$strImgList .= $O_IMAGE;
$bFirstImg = false;
}
$OUTPUT_SIZE += SQLSum(
"image WHERE image_id IN ($strImgList)",
"image_size"
);
}
if($METER_USER_BAND)
{
SQLInsert(
"blog_band",
array("date","user","size","ip"),
array(time(),$user,$OUTPUT_SIZE,$IP)
);
}
if($KEEP_USER_STATISTICS)
{
SQLInsert
(
"user_statistics",
array("user","date","host","referer","page"),
array($user,date("F j, Y, g:i a"),$_SERVER["REMOTE_HOST"],(isset($_SERVER["HTTP_REFERER"])?$_SERVER["HTTP_REFERER"]:""),(isset($page)?$page:"home"))
);
}
$STR_OUTPUT = stripslashes($STR_OUTPUT);
if($USE_ABSOLUTE_URLS)
{
$STR_OUTPUT = str_replace("blog_file.php","http://www.".$BLOG_DOMAIN."/blog_file.php", $STR_OUTPUT);
$STR_OUTPUT = str_replace("../image.php","http://www.".$BLOG_DOMAIN."/image.php", $STR_OUTPUT);
}
else
{
$STR_OUTPUT = str_replace("../image.php","image.php", $STR_OUTPUT);
}
if($USE_ABSOLUTE_URLS)
{
$STR_OUTPUT = str_replace("ADMIN/images/","images/", $STR_OUTPUT);
$STR_OUTPUT = str_replace("images/","http://www.".$BLOG_DOMAIN."/images/", $STR_OUTPUT);
}
echo $STR_OUTPUT;
?>